ServiceGetServerTimeZones Method (String, Boolean) |
Gets information from time zone definitions that are available on the Exchange server.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetServerTimeZonesResponse GetServerTimeZones(
string timeZoneId,
bool returnFullTimeZoneData
)
Public Function GetServerTimeZones (
timeZoneId As String,
returnFullTimeZoneData As Boolean
) As GetServerTimeZonesResponse
Parameters
- timeZoneId
- Type: SystemString
The time zone identifier. - returnFullTimeZoneData
- Type: SystemBoolean
If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.
Return Value
Type:
GetServerTimeZonesResponseGetServerTimeZonesResponse.
See Also